Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / SelectedIndexChanged Property

In This Topic
    SelectedIndexChanged Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets the callback called when the SelectedIndex property has changed.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndexChanged As EventCallback(Of Integer)
    public EventCallback<int> SelectedIndexChanged {get; set;}
    See Also